var github.com/vmihailenco/msgpack/v5.customEncoderType

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_value.go#L60: 	if typ.Implements(customEncoderType) {
		encode_value.go#L76: 		if ptr.Implements(customEncoderType) {
		types.go#L16: 	customEncoderType = reflect.TypeOf((*CustomEncoder)(nil)).Elem()